Product Code Database
Example Keywords: sony -slacks $79-128
barcode-scavenger
   » » Wiki: Plus And Minus Signs
Tag Wiki 'Plus And Minus Signs'.
Tag

The plus sign () and the minus sign () are mathematical symbols used to denote positive and negative functions, respectively. In addition, the symbol represents the operation of , which results in a sum, while the symbol represents , resulting in a difference. Their use has been extended to many other meanings, more or less analogous. Plus and minus are terms meaning 'more' and 'less', respectively.

The forms and are used in many countries around the world. Other designs include for plus and for minus.


History
Though the signs now seem as familiar as the or the , they are not of great antiquity. The Egyptian hieroglyphic sign for addition, for example, resembles a pair of legs walking in the direction in which the text was written (Egyptian could be written either from right to left or left to right), with the reverse sign indicating subtraction:
D54 or D55

's from the 14th century show what may be one of the earliest uses of as a sign for plus. The birth of symbols – Zdena Lustigova, Faculty of Mathematics and Physics Charles University, Prague

In early 15th century Europe, the letters "P" and "M" were generally used. The symbols (P with overline, , for più (more), i.e., plus, and M with overline, , for meno (less), i.e., minus) appeared for the first time in 's mathematics , Summa de arithmetica, geometria, proportioni et proportionalità, first printed and published in in 1494.

The sign is a simplification of the (comparable to the evolution of the ). The may be derived from a macron written over when used to indicate subtraction; or it may come from a shorthand version of the letter itself.

In his 1489 treatise, referred to the symbols and as minus and mer (Modern German mehr; "more"): "... was − ist das ist minus ... und das + das ist mer das zu addirst". They were not used for addition and subtraction in the treatise, but were used to indicate surplus and deficit; usage in the modern sense is attested in a 1518 book by Henricus Grammateus.

(2025). 9780486204307, Courier Dover Publications.

, the designer of the , introduced plus and minus to Britain in 1557 in The Whetstone of Witte:. "There be other 2 signes in often use of which the first is made thus + and betokeneth more: the other is thus made − and betokeneth lesse."


Plus sign
The plus sign () is a that indicates , as in 2 + 3 = 5. It can also serve as a that leaves its unchanged (+ x means the same as x). This notation may be used when it is desired to emphasize the positiveness of a number, especially in contrast with the (+5 versus −5).

The plus sign can also indicate many other operations, depending on the mathematical system under consideration. Many algebraic structures, such as and , have some operation which is called, or is equivalent to, addition. It is though conventional to use the plus sign to only denote commutative operations.

(1989). 9780201528213, .

The symbol is also used in and . For more, see .


Minus sign
The minus sign () has three main uses in mathematics:
(1990). 9780884889649, Creative Publications. .
  1. The operator: a to indicate the operation of subtraction, as in 5 − 3 = 2. Subtraction is the inverse of addition.
  2. The function whose value for any or argument is the of that argument. For example, if x = 3, then − x = −3, but if x = −3, then − x = +3. Similarly, −(− x) =  x.
  3. A of a numeric constant. When it is placed immediately before an unsigned number, the combination names a negative number, the additive inverse of the positive number that the numeral would otherwise name.

In many contexts, it does not matter whether the second or the third of these usages is intended: −5 is the same number. When it is important to distinguish them, a raised minus sign () is sometimes used for negative constants, as in elementary education, the programming language APL, and some early graphing calculators.

All three uses can be referred to as "minus" in everyday speech, though the binary operator is sometimes read as "take away". In American English nowadays, −5 (for example) is generally referred to as "negative five" though speakers born before 1950 often refer to it as "minus five". (Temperatures tend to follow the older usage; −5° is generally called "minus five degrees".)

(1994). 9780883855119, The Mathematical Association of America. .
Further, a few textbooks in the United States encourage − x to be read as "the opposite of x" or "the additive inverse of x"—to avoid giving the impression that − x is necessarily negative (since x itself may already be negative).

In mathematics and most programming languages, the rules for the order of operations mean that −52 is equal to −25: binds more strongly than the unary minus, which binds more strongly than multiplication or division. However, in some programming languages ( in particular), unary operators bind strongest, so in those cases is 25, but is −25.

Similar to the plus sign, the minus sign is also used in and . (For more, see below.)


Use in elementary education
Some elementary teachers use raised minus signs before numbers to disambiguate them from the operation of subtraction. The same convention is also used in some computer languages. For example, subtracting −5 from 3 might be read as "positive three take away negative 5", and be shown as

3 − 5 becomes 3 + 5 = 8,
which can be read as:
+3 −1(5)
or even as
+3 − 5 becomes +3 + +5 = +8.


Use as a qualifier
When placed after a number, a plus sign can indicate an open range of numbers. For example, "18+" is commonly used as shorthand for "ages 18 and up" although "eighteen plus", for example, is now common usage.

In US grading systems, the plus sign indicates a grade one level higher and the minus sign a grade lower. For example, ("B minus") is one grade lower than . In some occasions, this is extended to two plus or minus signs (e.g., being two grades higher than ).

A common trend in branding, particularly with streaming video services, has been the use of the plus sign at the end of brand names, e.g. Google+, Disney+, Paramount+, and Apple TV+. Since the word "plus" can mean an advantage, or an additional amount of something, such "+" signs imply that a product offers extra features or benefits.

Positive and negative are sometimes abbreviated as and ,

(2025). 9780191039676, Oxford University Press. .
. and on batteries and cell terminals are often marked with and .


Mathematics
In mathematics the means approaches from the right (i.e., right-sided limit), and means approaches from the left (i.e., left-sided limit). For example, \frac{1}{x} \rarr +\infty as but \frac{1}{x} \rarr -\infty as .

When placed after special sets of numbers, plus and minus signs are used to indicate that only positive numbers and negative numbers are included, respectively. For example, \mathbb{Z}^+ is the set of all positive and \mathbb{Z}^- is the set of all negative integers. In these cases, a subscript 0 may also be added to clarify that 0 is included.


Blood
are often qualified with a plus or minus to indicate the presence or absence of the . For example, A+ means type A blood with the Rh factor present, while B− means type B blood with the Rh factor absent.


Music
In music, augmented chords are symbolized with a plus sign, although this practice is not universal (as there are other methods for spelling those chords). For example, "C+" is read "C augmented chord". Sometimes the plus is written as a .


Uses in computing
As well as the normal mathematical usage, plus and minus signs may be used for a number of other purposes in computing.

Plus and minus signs are often used in on a computer screen—to show if a folder is collapsed or not.

In some programming languages, of strings is written , and results in .

In most programming languages, subtraction and negation are indicated with the ASCII character, . In APL a raised minus sign (here written using ) is used to denote a negative number, as in . While in J a negative number is denoted by an , as in .

In C and some other computer programming languages, two plus signs indicate the increment operator and two minus signs a decrement; the position of the operator before or after the variable indicates whether the new or old value is read from it. For example, if x equals 6, then increments x to 7 but sets y to 6, whereas would set both x and y to 7. By extension, is sometimes used in computing terminology to signify an improvement, as in the name of the language C++.

In regular expressions, is often used to indicate "1 or more" in a pattern to be matched. For example, means "one or more of the letter x". This is the Kleene plus notation. Hyphen-minus usually indicates a range ( - any capital from 'A' to 'Z'), although it can stand for itself ( any capital from 'A' to 'E' or '-').

There is no concept of negative zero in mathematics, but in computing may have a separate representation from zero. In the IEEE floating-point standard, 1 / −0 is negative infinity (-\infty) whereas 1 / 0 is (\infty).

is also used to denote added lines in [[|diff]] output in the  or the .
     


Other uses
In physics, the use of plus and minus signs for different electrical charges was introduced by Georg Christoph Lichtenberg.

In chemistry, superscripted plus and minus signs are used to indicate an ion with a positive or negative charge of 1 (e.g., NH). If the charge is greater than 1, a number indicating the charge is written before the sign (as in SO).

A plus sign prefixed to a telephone number is used to indicate the form used for International Direct Dialing. Its precise usage varies by technology and national standards. In the International Phonetic Alphabet, plus and minus signs are used as diacritics to indicate advanced or retracted articulations of speech sounds.

The minus sign is also used as tone letter in the orthographies of , , Karaboro, , , Yaouré, Wè, , and .Hartell, Rhonda L., ed. (1993), The Alphabets of Africa. Dakar: UNESCO and SIL. The Unicode character used for the tone letter () is different from the mathematical minus sign.

The plus sign sometimes represents in the orthography of Huichol.

In the algebraic notation used to record games of , the plus sign is used to denote a move that puts the opponent into check, while a double plus is sometimes used to denote . Combinations of the plus and minus signs are used to evaluate a move (+/−, +/=, =/+, −/+).

In linguistics, a superscript plus sometimes replaces the , which denotes unattested linguistic reconstruction.

In , a plus sign denotes .

In Catholicism, the plus sign before a last name denotes a Bishop, and a double plus is used to denote an Archbishop.


Unicode
Variants of the symbols have unique in Unicode:
  • (a contiguity operator indicating addition)


Alternative minus signs
There is a commercial minus sign, , which is (or was) used in Germany and Scandinavia. The symbol , still used in many Anglophone countries as a , is (or was) used to denote subtraction in .

The symbol () is the form of most commonly used in digital . On most keyboards, it is the only character that resembles a or a so it is also used for these.

(2025). 9780596101213, O'Reilly.
The name hyphen-minus derives from the original standard, where it was called hyphen–(minus). The character is referred to as a hyphen, a minus sign, or a dash according to the context where it is being used.


Alternative plus sign
A tradition that dates from at least the 19th century is to write plus using the symbol , to avoid the writing of a symbol that could look like a . Christian-Jewish Dialogue: Theological Foundations By Peter von der Osten-Sacken (1986 – Fortress Press) "In Israel the plus sign used in mathematics is represented by a horizontal stroke with a vertical hook instead of the sign otherwise used all over the world, because the latter is reminiscent of a cross." (Page 96) This practice was adopted into schools and is still commonplace today in elementary schools (including schools) but in fewer . It is also used occasionally in books by religious authors, but most books for adults use the international symbol . has this symbol at position . Unicode U+FB29 reference page This form of the plus sign is also used on the control buttons at individual seats on board the El Al Israel Airlines aircraft.


See also
  • , a dash that looks similar to the subtraction symbol but is used for different purposes
  • Glossary of mathematical symbols
  • ⊕ (disambiguation)


Notes

External links
Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time